PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class
Members
In This Topic
    PDFFixedDocumentFeatures Class
    In This Topic
    Specifies the available features that are supported for a created from external content, a file or a stream.
    When a feature is disabled its content is not loaded from disk and it cannot be modified in the object. For example if page graphics is disabled, the page content is not loaded from the file and new graphic content cannot be added to the pages loaded from the file.
    Object Model
    PDFFixedDocumentFeatures Class
    Syntax
    public class PDFFixedDocumentFeatures 
        extends Object 
    Inheritance Hierarchy

    java.lang.Object
       com.o2sol.pdf4java.PDFFixedDocumentFeatures

    See Also